Remove last remaining use of scheduler.py, so we can remove the whole module.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 21 Nov 2005 12:12:09 +0000 (13:12 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 21 Nov 2005 12:12:09 +0000 (13:12 +0100)
It's not worth a whole module to save us 8 characters of typing to start a
timer.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py

index 35fcfaaa1171e90a7a26e24908a9fc24c5f97c4c..b05306130ade31bbb4653f2a09da3e6e28426f44 100644 (file)
@@ -34,7 +34,6 @@ from xen.util import asserts
 from xen.util.blkif import blkdev_uname_to_file
 
 from xen.xend import image
-from xen.xend import scheduler
 from xen.xend import sxp
 from xen.xend import XendRoot
 from xen.xend.XendBootloader import bootloader